home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / timecodes / qttimecode / readme < prev   
Encoding:
Text File  |  2000-09-28  |  821 b   |  22 lines

  1. README - QTTimeCode
  2.  
  3. QTTimeCode is a sample application that illustrates how to
  4. use the timecode media handler. You can use QTTimeCode to add
  5. a timecode track to a movie, to extract the current timecode
  6. value from a movie, to extract the source information about a
  7. timecode track, and to toggle the display of a movie's timecode track.
  8.  
  9. The main timecode track is contained in the files QTTimeCode.c and QTTimeCode.h. 
  10.  
  11. For Windows builds using Microsoft Visual C++, the Makefile (QTTimeCode.mak)
  12. automatically calls Rez to create the resource file QTTimeCode.qtr from the
  13. input file QTTimeCode.r. The .qtr file must reside in the same directory as the
  14. application QTTimeCode.exe. For final delivery of your product, you should
  15. insert the .qtr file into the .exe file by using the tool RezWack.
  16.  
  17.  
  18. Enjoy,
  19. QuickTime Team
  20.  
  21.  
  22.